projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ac43110
)
Fix typo in comment.
author
Juanma Barranquero
<lekktu@gmail.com>
Wed, 17 Apr 2002 13:49:49 +0000
(13:49 +0000)
committer
Juanma Barranquero
<lekktu@gmail.com>
Wed, 17 Apr 2002 13:49:49 +0000
(13:49 +0000)
src/marker.c
patch
|
blob
|
history
diff --git
a/src/marker.c
b/src/marker.c
index 8b964142034c7d13aa1d29f53a80f5fb2e63a1a0..c59f9a9ccb0ddbe23782d4745f10ec3165db6a3a 100644
(file)
--- a/
src/marker.c
+++ b/
src/marker.c
@@
-49,7
+49,7
@@
clear_charpos_cache (b)
/* Converting between character positions and byte positions. */
/* There are several places in the buffer where we know
- the corrspondence: BEG, BEGV, PT, GPT, ZV and Z,
+ the corr
e
spondence: BEG, BEGV, PT, GPT, ZV and Z,
and everywhere there is a marker. So we find the one of these places
that is closest to the specified position, and scan from there. */